home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / UTILITY / rescue4 / RESCUE95.EXE / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1997-06-12  |  1KB  |  65 lines

  1. object Form6: TForm6
  2.   Left = 233
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'WARNING'
  6.   ClientHeight = 184
  7.   ClientWidth = 317
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = Form6Activate
  14.   OnResize = Form6Activate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 71
  19.     Top = 153
  20.     Width = 80
  21.     Height = 23
  22.     Caption = '&No'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ModalResult = 7
  28.     ParentFont = False
  29.     TabOrder = 0
  30.   end
  31.   object Button2: TButton
  32.     Left = 171
  33.     Top = 153
  34.     Width = 80
  35.     Height = 23
  36.     Caption = '&Yes'
  37.     Default = True
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ModalResult = 6
  43.     ParentFont = False
  44.     TabOrder = 1
  45.   end
  46.   object ListBox1: TListBox
  47.     Left = 15
  48.     Top = 12
  49.     Width = 298
  50.     Height = 117
  51.     Cursor = crArrow
  52.     TabStop = False
  53.     BorderStyle = bsNone
  54.     Color = clBtnFace
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     IntegralHeight = True
  60.     ItemHeight = 13
  61.     ParentFont = False
  62.     TabOrder = 2
  63.   end
  64. end
  65.